net/http.socksAddr.IP (field)
9 uses
net/http (current package)
socks_bundle.go#L132: a.IP = make(net.IP, net.IPv4len)
socks_bundle.go#L135: a.IP = make(net.IP, net.IPv6len)
socks_bundle.go#L152: if a.IP != nil {
socks_bundle.go#L153: copy(a.IP, b)
socks_bundle.go#L243: IP net.IP
socks_bundle.go#L254: if a.IP == nil {
socks_bundle.go#L257: return net.JoinHostPort(a.IP.String(), port)
socks_bundle.go#L410: a.IP = net.ParseIP(host)
socks_bundle.go#L411: if a.IP == nil {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)